diff options
| author | lucapette <[email protected]> | 2017-05-22 16:15:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-22 16:15:58 +0200 |
| commit | 8bb4de3518ff394e8bdd1be812d42d21f4343492 (patch) | |
| tree | cd79c757cce4fcee260f5fc3fe7bfb9e37d355aa | |
| parent | 55ecf96557cf9eb690221d52354c4408ff59003a (diff) | |
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{ |
