8000 added updateDeps by sarasfox · Pull Request #1416 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

added updateDeps #1416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 16, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added updateDeps and a comma
  • Loading branch information
sarasfox committed Jul 16, 2015
commit b4554d077afa9a28b3a1d0a607bb4f7ce9545afa
2 changes: 1 addition & 1 deletion js/client/modules/org/arangodb/foxx/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ var help = function () {
"available" : "lists all Foxx applications available in the local repository",
"configuration" : "request the configuration information for the given mountpoint",
"configure" : "sets the configuration for the given mountpoint",
"updateDeps" : "links the dependencies in manifest to a mountpoint"
"updateDeps" : "links the dependencies in manifest to a mountpoint",
"dependencies" : "request the dependencies information for the given mountpoint",
"development" : "activates development mode for the given mountpoint",
"help" : "shows this help",
Expand Down
0