- -A shorthand for --no-abbrev
authorJan Kupec <jkupec@suse.cz>
Wed, 30 Apr 2008 16:53:11 +0000 (16:53 +0000)
committerJan Kupec <jkupec@suse.cz>
Wed, 30 Apr 2008 16:53:11 +0000 (16:53 +0000)
src/zypper.cc

index 4819430..3805394 100644 (file)
@@ -272,7 +272,7 @@ void Zypper::processGlobalOptions()
     {"normal-output",              no_argument,       0,  0 },
     // not implemented currently => ignored
     {"terse",                      no_argument,       0, 't'},
-    {"no-abbrev",                  no_argument,       0,  0 },
+    {"no-abbrev",                  no_argument,       0, 'A'},
     {"table-style",                required_argument, 0, 's'},
     {"rug-compatible",             no_argument,       0, 'r'},
     {"non-interactive",            no_argument,       0, 'n'},