[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
-n and -g switches can not be used together
From: |
Jeff Crowell |
Subject: |
-n and -g switches can not be used together |
Date: |
Thu, 22 Jan 2015 18:49:41 -0500 |
minishwoods hello-2.8/src » hello --greeting=hi
hi
minishwoods hello-2.8/src » hello --greeting=hi -n
+---------------+
| Hello, world! |
+---------------+
Based on the documentation, the greeting should be configurable with the -n
switch as well.
Jeff
--
Jeff Crowell
https://github.com/crowell
- -n and -g switches can not be used together,
Jeff Crowell <=