Skip to content

Commit

Permalink
Use dash form of install_app in help.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavisp3 committed Feb 9, 2008
1 parent bb4cee6 commit 743bb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/faxien/src/fax_cmdln.erl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ handle_apply_result({error, PrintableError}) ->
print_error_specific_error_msg(PrintableError),
print_logfile_info(),
io:format(" - Remember that if you are trying to install a package that 'faxien install <args...>'~n"),
io:format(" is for releases, while 'faxien install_app <args...>' is for applications~n").
io:format(" is for releases, while 'faxien install-app <args...>' is for applications~n").

%%----------------------------------------------------------------------------
%% @private
Expand Down
2 changes: 1 addition & 1 deletion lib/faxien/src/fax_manage.erl
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ search(Repos, Side, SearchType, SearchString) ->
print_list(_Side, []) ->
ok;
print_list(lib, List) ->
print_list2("Applications (install with: faxien install_app)", List);
print_list2("Applications (install with: faxien install-app)", List);
print_list(releases, List) ->
print_list2("Releases (install with: faxien install)", List).

Expand Down

0 comments on commit 743bb0c

Please sign in to comment.