Skip to content

Commit ed4d267

Browse files
committed
fix: add blank line before help message for better readability
1 parent aeaf253 commit ed4d267

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/launchpad_ppa.yml_

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
if: steps.check_distro.outputs.should_run == 'true'
200200
run: |
201201
# Clean any build artifacts
202-
rm -f all-smi
202+
rm -f bssh
203203
rm -rf target/
204204

205205
# Ensure Architecture field is 'any' for source package

src/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ use std::path::PathBuf;
1919
#[command(
2020
name = "bssh",
2121
version,
22+
before_help = "",
2223
about = "Backend.AI SSH - Parallel command execution across cluster nodes",
2324
long_about = None
2425
)]

0 commit comments

Comments
 (0)