summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2016-02-12 11:23:07 -0800
committerUlf Wiger <ulf@feuerlabs.com>2016-02-12 11:23:07 -0800
commitdef54b8c51ed340ea2939db4d67fc45bc9ecb347 (patch)
treeb59424f3e4f841ac8158989e61c2f12924dee268 /deps
parent030a31cd8717e8fc3376c42dd4bd088b4a117797 (diff)
downloadrvi_core-def54b8c51ed340ea2939db4d67fc45bc9ecb347.tar.gz
incomplete doc of sort_app
Diffstat (limited to 'deps')
-rw-r--r--deps/setup/src/setup_gen.erl5
1 files changed, 4 insertions, 1 deletions
diff --git a/deps/setup/src/setup_gen.erl b/deps/setup/src/setup_gen.erl
index d33ccc7..9f95030 100644
--- a/deps/setup/src/setup_gen.erl
+++ b/deps/setup/src/setup_gen.erl
@@ -83,7 +83,10 @@ help() ->
%% option.
%% * `{remove_apps, Apps}' - Remove `Apps' from the list of applications.
%% * `{sort_app, App, Before}' - Change the sort order so that `App' comes
-%% before `Before'. `Before' can be either
+%% before `Before'. `Before' can be either an application
+%% name or a list of names. In the latter case, `App'
+%% is inserted before either of the applications in
+%% the list, whichever comes first.
%% * `{include, ConfigFile}' - include options from the given file. The file
%% is processed using `file:script/2'.
%% * `{include_lib, ConfigFile}' - As above, but ConfigFile is named as with