WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Mention -s option in usage.

# HG changeset patch
# User emellor@ewan
# Node ID 7a48bfd1aba65db064b7ca64cf2bae67a45d5f98
# Parent  3a341763d8b8370afc717cba45b5ec7d40bc5aa8
Mention -s option in usage.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 3a341763d8b8 -r 7a48bfd1aba6 tools/xenstore/xenstore_client.c
--- a/tools/xenstore/xenstore_client.c  Mon Oct 10 17:58:46 2005
+++ b/tools/xenstore/xenstore_client.c  Mon Oct 10 17:59:57 2005
@@ -20,11 +20,11 @@
 usage(const char *progname)
 {
 #if defined(CLIENT_read)
-    errx(1, "Usage: %s [-h] [-p] key [...]", progname);
+    errx(1, "Usage: %s [-h] [-p] [-s] key [...]", progname);
 #elif defined(CLIENT_write)
-    errx(1, "Usage: %s [-h] key value [...]", progname);
+    errx(1, "Usage: %s [-h] [-s] key value [...]", progname);
 #elif defined(CLIENT_rm) || defined(CLIENT_exists) || defined(CLIENT_list)
-    errx(1, "Usage: %s [-h] key [...]", progname);
+    errx(1, "Usage: %s [-h] [-s] key [...]", progname);
 #endif
 }
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Mention -s option in usage., Xen patchbot -unstable <=