diff options
| author | Andy Grover <agrover@redhat.com> | 2011-07-30 16:02:43 -0700 |
|---|---|---|
| committer | Andy Grover <agrover@redhat.com> | 2011-11-28 17:06:25 -0800 |
| commit | ea7948fc19529a826ddd1dc097c8af59c470d469 (patch) | |
| tree | 906dffe00338ad09b0851c3f8562554a11e4b7f2 /scripts | |
| parent | 649ea1c26ef04b1108aac8f8faa9b3c30058892a (diff) | |
| download | targetcli-ea7948fc19529a826ddd1dc097c8af59c470d469.tar.gz | |
Remove ads from cli welcome msg. Mention help is available.
Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/targetcli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/targetcli b/scripts/targetcli index 8af0613..738f02c 100755 --- a/scripts/targetcli +++ b/scripts/targetcli @@ -58,9 +58,9 @@ def main(): shell = TargetCLI('~/.targetcli') shell.con.epy_write(''' Welcome to the B{targetcli} shell:: - Copyright (c) 2011 by RisingTide Systems LLC. + Copyright (c) 2011 by RisingTide Systems LLC.\n + For help on commands, type 'help'. - Visit us at U{http://www.risingtidesystems.com}. ''') shell.con.display('') if not is_root: |
