diff options
| -rw-r--r-- | src/standalone/upg3/fork-wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/standalone/upg3/fork-wait.c b/src/standalone/upg3/fork-wait.c index 2e7729d..8ef4c07 100644 --- a/src/standalone/upg3/fork-wait.c +++ b/src/standalone/upg3/fork-wait.c @@ -18,7 +18,7 @@ int main(int argc, char* argv[]) } printf("P | Switch to a differen terminal.\n" - "P | Execute the command \"ptree $USER\".\n" + "P | Execute the command \"pstree $USER\".\n" "P | It will show a list of processes you are running.\n" "P | You should see the process '%s' once.\n" "P | Press enter when you verified that.\n\n", argv[0]); |
