Skip to content

Commit f0e1896

Browse files
committed
Updated helptext and readme.
1 parent 37b3417 commit f0e1896

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ Requirements: A shell environment, php command line interpreter and url's allowe
44

55
Installation: Download somehwere in your path, chmod +x
66

7+
Usage: bashquote [-p provider] [-f] [-h]
78

9+
Providers:
10+
bash (default) - [bash.org](http://bash.org)
11+
qdb - [qdb.us](http://qdb.us/)
12+
ingdal - [bash.ingdal.net](http://bash.ingdal.net)

bashquote

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ $provider = (isset($opts['p']) ? $opts['p'] : 'bash');
1111

1212
if (isset($opts['h']) || isset($opts['help'])) {
1313
echo "-h / --help This helptext\n";
14-
echo "-p provider Choose provider (bash, qdb or ingdal)\n";
14+
echo "-f Force flush all caches\n";
15+
echo "-p provider Choose provider\n";
16+
echo "\n";
17+
echo "Providers are bash (default), qdb and ingdal.\n";
1518
return;
1619
}
1720

0 commit comments

Comments
 (0)