From ecf652ad7b3df3e97d1ba6495f8696f897f99949 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Thu, 24 Jul 2025 16:28:37 +0800 Subject: [PATCH] feat(riot): command git --- scripts/riot | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/scripts/riot b/scripts/riot index 1f47f0e..fe11a78 100755 --- a/scripts/riot +++ b/scripts/riot @@ -269,11 +269,12 @@ remove_hostkey() { # main print_help() { - fmt_info "usage: $0 [-Ddhlqt] [--dry-run] [--dev] [--help] [--lite] [--quite] [--trust] [--tmux] [--password] [[-o ssh-option]...] remote [command] [--] [ssh-command-args]" + fmt_info "usage: $0 [-Ddhlqt] [--dry-run] [--dev] [--help] [--lite] [--quite] [--trust] [--tmux] [--password] [[-o ssh-option]...] remote [command] [--] [command-args]" cat <