style: normalise command help

This commit is contained in:
2026-09-07 14:14:07 +00:00
parent 15bcaafa85
commit 43d55b1003
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ use super::{Django, Link, Postgres};
use clap::{Parser, Subcommand};
use clap_complete::Shell;
/// A program for interacting with various dockerized applications.
/// A program for interacting with various dockerized applications
#[derive(Parser, Debug)]
#[command(author, version, about, long_about=None)]
pub struct Ahab {