switcher: update comment on calling API

svn path=/trunk/boinc/; revision=15948
This commit is contained in:
Charlie Fenton 2008-09-03 00:21:25 +00:00
parent ad8350b961
commit 7aa3423b96
2 changed files with 11 additions and 3 deletions

View File

@ -7118,3 +7118,9 @@ Eric 2 Sep 2007
tools/
calculate_credit_multiplier
Charlie 2 Sep 2008
switcher: update comment on calling API.
client/
switcher.C

View File

@ -18,8 +18,10 @@
// switcher.C
//
// When run as
// switcher Path X1 ... Xn
// runs program at Path with args X1. ... Xn
// switcher Full-Path Executable-Name X1 ... Xn
// runs program at Full-Path with args X1. ... Xn
// note that the executable name nust be specified twice:
// once as part of the Full_Path and again as just the name
#include <unistd.h>
#include <stdio.h>