From 59d652710a7bd283ccb42fec8460ac9eef7b5994 Mon Sep 17 00:00:00 2001 From: jpic Date: Thu, 11 Jun 2020 18:39:43 +0200 Subject: [PATCH] Update TargetArgument docs --- shlax/cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shlax/cli.py b/shlax/cli.py index 770e920..7757975 100644 --- a/shlax/cli.py +++ b/shlax/cli.py @@ -21,7 +21,9 @@ class Group(cli2.Group): class TargetArgument(cli2.Argument): - """DSN of the target to execute on, localhost by default, TBI""" + """ + Target to execute on: localhost by default, target=@ssh_host for ssh. + """ def __init__(self, cmd, param, doc=None, color=None, default=None): from shlax.targets.base import Target