diff options
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r-- | src/rebar.app.src | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 818a0c7..59f35ca 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -33,6 +33,8 @@ rebar_prv_tar, rebar_prv_new, rebar_prv_update, - rebar_prv_release]} + rebar_prv_release, + rebar_prv_version, + rebar_prv_help]} ]} ]}. |