From: Arvin Schnell Date: Thu, 10 Feb 2011 11:42:55 +0000 (+0100) Subject: - fixed typo X-Git-Tag: v0.1.3~495 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d6660a53dc2336c8a83c4514b770b08dcd4f99d;p=thirdparty%2Fsnapper.git - fixed typo --- diff --git a/tools/snapper.cc b/tools/snapper.cc index 2ccc129d..8a704200 100644 --- a/tools/snapper.cc +++ b/tools/snapper.cc @@ -102,7 +102,7 @@ help_create() << endl << _(" Options for 'create' command:") << endl << _("\t--type, -t \t\tType for snapshot.") << endl - << _("\t--pre-numbner \t\tNumber of corresponding pre snapshot.") << endl + << _("\t--pre-number \t\tNumber of corresponding pre snapshot.") << endl << _("\t--description, -d \tDescription for snapshot.") << endl << _("\t--print-number, -p\t\tPrint number of created snapshot.") << endl << endl; @@ -371,12 +371,12 @@ command_help() exit(EXIT_FAILURE); } - cout << _("usage: snapper [--global-opts] [--command-opts] [command-arguments]") << endl + cout << _("usage: snapper [--global-options] [--command-options] [command-arguments]") << endl << endl; cout << _(" Global options:") << endl << _("\t--quiet, -q\t\t\tSuppress normal output.") << endl - << _("\t--table-style, -s \t\tTable style (integer).") << endl + << _("\t--table-style, -s