diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/sos-collector | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sos-collector b/bin/sos-collector index 17a4800f..df2c9774 100755 --- a/bin/sos-collector +++ b/bin/sos-collector @@ -22,8 +22,8 @@ except KeyboardInterrupt: raise SystemExit() if __name__ == '__main__': - msg = ("Please note the 'sos-collector' command has been deprecated in favor " - "of the new 'sos' command, E.G. 'sos collect'.\n" + msg = ("Please note the 'sos-collector' command has been deprecated in " + " favor of the new 'sos' command, E.G. 'sos collect'.\n" "Redirecting to 'sos collect %s'" % (' '.join(sys.argv[1:]) or '')) print(msg) time.sleep(0.5) |