Skip to content

Commit

Permalink
Replace username
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Feb 22, 2016
1 parent 4e0e5fe commit a7256ab
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gdrive help <command> <subcommand> Print subcommand
gdrive [global] list [options]
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -124,7 +124,7 @@ options:
gdrive [global] download [options] <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -142,7 +142,7 @@ options:
gdrive [global] download query [options] <query>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -158,7 +158,7 @@ options:
gdrive [global] upload [options] <path>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -178,7 +178,7 @@ options:
gdrive [global] upload - [options] <name>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -195,7 +195,7 @@ options:
gdrive [global] update [options] <fileId> <path>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -212,7 +212,7 @@ options:
gdrive [global] info [options] <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -225,7 +225,7 @@ options:
gdrive [global] mkdir [options] <name>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -238,7 +238,7 @@ options:
gdrive [global] share [options] <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -255,7 +255,7 @@ options:
gdrive [global] share list <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
```
Expand All @@ -265,7 +265,7 @@ global:
gdrive [global] share revoke <fileId> <permissionId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
```
Expand All @@ -275,7 +275,7 @@ global:
gdrive [global] delete [options] <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -288,7 +288,7 @@ options:
gdrive [global] sync list [options]
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -301,7 +301,7 @@ options:
gdrive [global] sync content [options] <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -317,7 +317,7 @@ options:
gdrive [global] sync download [options] <fileId> <path>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -335,7 +335,7 @@ options:
gdrive [global] sync upload [options] <path> <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -354,7 +354,7 @@ options:
gdrive [global] changes [options]
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -371,7 +371,7 @@ options:
gdrive [global] revision list [options] <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -386,7 +386,7 @@ options:
gdrive [global] revision download [options] <fileId> <revId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -402,7 +402,7 @@ options:
gdrive [global] revision delete <fileId> <revId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
```
Expand All @@ -412,7 +412,7 @@ global:
gdrive [global] import [options] <path>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -426,7 +426,7 @@ options:
gdrive [global] export [options] <fileId>
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -441,7 +441,7 @@ options:
gdrive [global] about [options]
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
Expand All @@ -454,7 +454,7 @@ options:
gdrive [global] about import
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
```
Expand All @@ -464,7 +464,7 @@ global:
gdrive [global] about export
global:
-c, --config <configDir> Application path, default: /Users/pii/.gdrive
-c, --config <configDir> Application path, default: /Users/<user>/.gdrive
--refresh-token <refreshToken> Oauth refresh token used to get access token (for advanced users)
--access-token <accessToken> Oauth access token, only recommended for short-lived requests because of short lifetime (for advanced users)
```
Expand Down
2 changes: 1 addition & 1 deletion _release/print_usage_markdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ help=$(gdrive help | grep global | sed -E 's/ \[[^]]+\]//g' | sed -E 's/ <[^>]+>
for args in $help; do
cmd="gdrive help $args"
echo
eval $cmd | sed -e '1s/^/#### /' | sed -e $'1s/$/\\\n```/'
eval $cmd | sed -e '1s/^/#### /' | sed -e $'1s/$/\\\n```/' | sed -e 's/pii/<user>/'
echo '```'
done

0 comments on commit a7256ab

Please sign in to comment.