bug-hello
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

option "-n" ignored if used in conjunction with "-g"


From: Fabrizio Sebastiani
Subject: option "-n" ignored if used in conjunction with "-g"
Date: Tue, 8 Jan 2013 15:13:11 +0100

address@hidden:~$ hello -v
hello (GNU hello) 2.7

Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

address@hidden:~$ hello --help
Usage: hello [OPTION]...
Print a friendly, customizable greeting.

  -h, --help          display this help and exit
  -v, --version       display version information and exit

  -t, --traditional       use traditional greeting format
  -n, --next-generation   use next-generation greeting format
  -g, --greeting=TEXT     use TEXT as the greeting message

Report bugs to: address@hidden
GNU Hello home page: <http://www.gnu.org/software/hello/>
General help using GNU software: <http://www.gnu.org/gethelp/>
address@hidden:~$ hello -n
+---------------+
| Hello, world! |
+---------------+
address@hidden:~$ hello -g="ciaociao"
=ciaociao
address@hidden:~$ hello -g "ciaociao"
ciaociao
address@hidden:~$ hello -g "ciaociao" -n
+---------------+
| Hello, world! |
+---------------+
address@hidden:~$ hello -n -g "ciaociao"
ciaociao
address@hidden:~$ hello -t -g "ciaociao"
ciaociao
address@hidden:~$

-- 
Fabrizio Sebastiani
http://www.bzimage.it - mobile: +39.328.3139798
(A) pii sorsi + deflagranti optO


reply via email to

[Prev in Thread] Current Thread [Next in Thread]