diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-19 10:58:42 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-19 10:58:42 -0500 |
commit | 0315f5fce3353ffb86009578f58e21583a37a826 (patch) | |
tree | b13ce322cb1cd56d0b3b675ba0abf721b0ca96ff /src/chroot-tools | |
parent | 897a0084bdd96b06198e699f9851ce0b89de409d (diff) |
distcc-tool: get rid of string interpolation in usage()
Diffstat (limited to 'src/chroot-tools')
-rwxr-xr-x | src/chroot-tools/distcc-tool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/distcc-tool b/src/chroot-tools/distcc-tool index 7633029..7524e15 100755 --- a/src/chroot-tools/distcc-tool +++ b/src/chroot-tools/distcc-tool @@ -50,7 +50,7 @@ print() { } usage() { - print "Usage: $0 COMMAND [COMMAND-ARGS]" + print "Usage: %s COMMAND [COMMAND-ARGS]" "$0" print "Tool for using distcc within a networkless chroot" echo print "Commands:" |