diff options
author | midipix <writeonce@midipix.org> | 2016-11-16 00:07:52 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-16 00:07:52 -0500 |
commit | 8c0fd2dddcdfe366b960fa2e16b670f7c3a47c7a (patch) | |
tree | 9aea00d809d34bbb7a6dcb3867635d3d1283113e /src/internal | |
parent | 7d80bbf952b4b4f31e8e4baef76769c2078aca28 (diff) | |
download | perk-8c0fd2dddcdfe366b960fa2e16b670f7c3a47c7a.tar.bz2 perk-8c0fd2dddcdfe366b960fa2e16b670f7c3a47c7a.tar.xz |
driver: removed --output support (no longer needed).
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index f52e328..0386d81 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -14,7 +14,6 @@ extern const struct argv_option pe_default_options[]; enum app_tags { TAG_HELP, TAG_VERSION, - TAG_OUTPUT, TAG_PRETTY, TAG_CATEGORY, TAG_SECTIONS, |