Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 410ee66f
authored
Mar 10, 2017
by
Girish Ramakrishnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix help text
1 parent
4736023d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
cli/surfer.js
cli/surfer.js
View file @
410ee66
...
...
@@ -17,12 +17,12 @@ program.command('logout')
.
description
(
'Logout from server'
)
.
action
(
actions
.
logout
);
program
.
command
(
'put <file> [files...]'
)
program
.
command
(
'put <file
|dir
> [files...]'
)
.
option
(
'-a --all'
,
'Also include hidden files and folders.'
,
false
)
.
description
(
'Put a file, last argument is destination if provided'
)
.
action
(
actions
.
put
);
program
.
command
(
'get [file]'
)
program
.
command
(
'get [file
|dir
]'
)
.
description
(
'Get a file or directory listing'
)
.
action
(
actions
.
get
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment