]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/cupsaddsmb.c
Merge changes from CUPS 1.5svn-r9641
[thirdparty/cups.git] / systemv / cupsaddsmb.c
index 76204fd2c9bf297da9e0001a88ab096ba1497739..18dc8df25f1705f43d72e1ad9c8e92a52aaede1a 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   "cupsaddsmb" command for CUPS.
  *
- *   Copyright 2007-2010 by Apple Inc.
+ *   Copyright 2007-2011 by Apple Inc.
  *   Copyright 2001-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -282,14 +282,17 @@ usage(void)
   _cupsLangPuts(stdout, _("       cupsaddsmb [options] -a"));
   _cupsLangPuts(stdout, "");
   _cupsLangPuts(stdout, _("Options:"));
-  _cupsLangPuts(stdout, _("  -E               Encrypt the connection to the "
+  _cupsLangPuts(stdout, _("  -E                      Encrypt the connection to "
+                          "the server."));
+  _cupsLangPuts(stdout, _("  -H samba-server         Use the named SAMBA "
                           "server."));
-  _cupsLangPuts(stdout, _("  -H samba-server  Use the named SAMBA server."));
-  _cupsLangPuts(stdout, _("  -U samba-user    Authenticate using the named "
-                          "SAMBA user."));
-  _cupsLangPuts(stdout, _("  -a               Export all printers."));
-  _cupsLangPuts(stdout, _("  -h cups-server   Use the named CUPS server."));
-  _cupsLangPuts(stdout, _("  -v               Be verbose (show commands)."));
+  _cupsLangPuts(stdout, _("  -U samba-user           Authenticate using the "
+                          "named SAMBA user."));
+  _cupsLangPuts(stdout, _("  -a                      Export all printers."));
+  _cupsLangPuts(stdout, _("  -h cups-server          Use the named CUPS "
+                          "server."));
+  _cupsLangPuts(stdout, _("  -v                      Be verbose (show "
+                          "commands)."));
 
   exit(1);
 }