Skip to content

Commit

Permalink
[scripts] change base_dir to wikireader
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Oct 13, 2010
1 parent 65f4d63 commit c6632d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/progress
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USAGE()
echo ' --analyse -a analyse the log file'
echo ' --git -g run git pull --rebase'
echo ' --process[=<n>] -p[<n>] show python/php processes cut line 1..n [unlimited]'
echo ' --base=<dir> -b <dir> set the base directory [samo]'
echo ' --base=<dir> -b <dir> set the base directory ['${base_dir}']'
echo ' --tail[=<n>] -t[<n>] show last line of <base_dir>/log [3]'
echo ' --memory -m show memory status'
echo ' --list=<n-m> -l <n-m> restrict to certain machines [1-9]'
Expand Down Expand Up @@ -87,7 +87,7 @@ verbose=no
language=en
suffix=pedia
list=''
base_dir=samo
base_dir=wikireader
combine_host=
render_host=
run_parallel=
Expand Down

0 comments on commit c6632d9

Please sign in to comment.