aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/syscalls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/syscalls.sh b/contrib/syscalls.sh
index c9cbad4a6..c9b5a245a 100755
--- a/contrib/syscalls.sh
+++ b/contrib/syscalls.sh
@@ -10,7 +10,7 @@ if [ $# -eq 0 ]
10then 10then
11echo 11echo
12echo " *** No program specified!!! ***" 12echo " *** No program specified!!! ***"
13echo 13echo
14echo -e "Make this file executable and execute it as:\\n" 14echo -e "Make this file executable and execute it as:\\n"
15echo -e "\\e[96m syscalls.sh /full/path/to/program\\n" 15echo -e "\\e[96m syscalls.sh /full/path/to/program\\n"
16echo -e "\\e[39mif you saved this script in a directory in your PATH (e.g., in ${HOME}/bin), otherwise as:\\n" 16echo -e "\\e[39mif you saved this script in a directory in your PATH (e.g., in ${HOME}/bin), otherwise as:\\n"