diff options
| author | Eyal Posener <[email protected]> | 2017-05-22 17:32:01 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-22 17:32:01 +0300 |
| commit | bae3fd94da57ecb9d04524c0b34895df0f86a1d1 (patch) | |
| tree | cd79c757cce4fcee260f5fc3fe7bfb9e37d355aa | |
| parent | 55ecf96557cf9eb690221d52354c4408ff59003a (diff) | |
| parent | 8bb4de3518ff394e8bdd1be812d42d21f4343492 (diff) | |
Merge pull request #35 from lucapette/patch-1
Fix typo
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ func main() { "-o": complete.PredictFiles("*.out"), }, - // define gloabl flags of the 'run' main command + // define global flags of the 'run' main command // those will show up also when a sub command was entered in the // command line Flags: complete.Flags{ |
