ソースを参照

cmdline parsing: apt-config is not apt-cdrom

David Kalnischkies 12 年 前
コミット
52922e2a67
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      cmdline/apt-config.cc

+ 1 - 1
cmdline/apt-config.cc

@@ -108,7 +108,7 @@ int main(int argc,const char *argv[])					/*{{{*/
 				   {"help",&ShowHelp},
                                    {0,0}};
 
-   std::vector<CommandLine::Args> Args = getCommandArgs("apt-cdrom", CommandLine::GetCommand(Cmds, argc, argv));
+   std::vector<CommandLine::Args> Args = getCommandArgs("apt-config", CommandLine::GetCommand(Cmds, argc, argv));
 
    // Set up gettext support
    setlocale(LC_ALL,"");