- wrong shorthand for mr --refresh fixed
authorJan Kupec <jkupec@suse.cz>
Tue, 12 Feb 2008 12:26:38 +0000 (12:26 +0000)
committerJan Kupec <jkupec@suse.cz>
Tue, 12 Feb 2008 12:26:38 +0000 (12:26 +0000)
src/zypper.cc

index c4007f0..813c0b3 100644 (file)
@@ -881,7 +881,7 @@ void Zypper::processCommandOptions()
       "  Command options:\n"
       "-d, --disable             Disable the repository (but don't remove it)\n"
       "-e, --enable              Enable a disabled repository\n"
-      "-a, --refresh             Enable auto-refresh of the repository\n"
+      "-r, --refresh             Enable auto-refresh of the repository\n"
       "-n, --no-refresh          Disable auto-refresh of the repository\n"
     );
     break;