]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/peertube.ts
Stronger actor association typing in AP functions
[github/Chocobozzz/PeerTube.git] / server / tools / peertube.ts
index e79a7e0419a336ec15ca78b498950c35ebf81222..ddfe5b771a5a22d44f3b7b36158c0e9afeaf42e0 100644 (file)
@@ -18,7 +18,7 @@ program
   .command('get-access-token', 'get a peertube access token', { noHelp: true }).alias('token')
   .command('watch', 'watch a video in the terminal ✩°。⋆').alias('w')
   .command('repl', 'initiate a REPL to access internals')
-  .command('plugins [action]', 'manage plugins on a local instance').alias('p')
+  .command('plugins [action]', 'manage instance plugins/themes').alias('p')
 
 /* Not Yet Implemented */
 program