aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/peertube-get-access-token.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tools/peertube-get-access-token.ts')
-rw-r--r--server/tools/peertube-get-access-token.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube-get-access-token.ts b/server/tools/peertube-get-access-token.ts
index d59a3632e..71a4826e8 100644
--- a/server/tools/peertube-get-access-token.ts
+++ b/server/tools/peertube-get-access-token.ts
@@ -1,5 +1,5 @@
1import { program } from 'commander' 1import { program } from 'commander'
2import { assignToken, buildServer } from './cli' 2import { assignToken, buildServer } from './shared'
3 3
4program 4program
5 .option('-u, --url <url>', 'Server url') 5 .option('-u, --url <url>', 'Server url')