← Back to team overview

hipl-core team mailing list archive

[Branch ~hipl-core/hipl/trunk] Rev 4894: Document -V option in help output.

 

------------------------------------------------------------
revno: 4894
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-08-18 18:54:41 +0200
message:
  Document -V option in help output.
modified:
  hipd/hipd.c


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'hipd/hipd.c'
--- hipd/hipd.c	2010-08-10 08:21:47 +0000
+++ hipd/hipd.c	2010-08-18 16:54:41 +0000
@@ -168,6 +168,7 @@
 static void usage(void)
 {
     fprintf(stderr, "Usage: hipd [options]\n\n");
+    fprintf(stderr, "  -V print version information and exit\n");
     fprintf(stderr, "  -b run in background\n");
     fprintf(stderr, "  -i <device name> add interface to the white list. " \
             "Use additional -i for additional devices.\n");