aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2019-02-24 13:28:59 +0100
committerkoekeishiya <aasvi93@hotmail.com>2019-02-24 13:28:59 +0100
commit600cf250cf6e00efb71117070b7b28074997e8cb (patch)
treebb7248acd6efb202653c6fe3d219cbb652516276 /README.md
parent8a952517b0ec62eb87e8053e26eb845a21b3978c (diff)
downloadskhd-600cf250cf6e00efb71117070b7b28074997e8cb.tar.gz
skhd-600cf250cf6e00efb71117070b7b28074997e8cb.zip
#54 more accurate profiling information
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4f916dc..e0b9ded 100644
--- a/README.md
+++ b/README.md
@@ -40,15 +40,15 @@ Requires xcode-8 command-line tools.
make install # release version
make # debug version
- make fast_profile # release version with profiling information
- make profile # debug version with profiling information
-
### Usage
```
-V | --verbose: Output debug information
skhd -V
+-P | --profile: Output profiling information
+ skhd -P
+
-v | --version: Print version number to stdout
skhd -v