chore(cli): remove -h shorthand for --skip-hash (#30119)

Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
Jan Bader
2026-07-22 13:25:29 +02:00
committed by GitHub
co-authored by Daniel Dietzler Daniel Dietzler
parent a0c7b81142
commit 12f741d911
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -650,7 +650,7 @@ describe(`immich upload`, () => {
]);
expect(stdout).toBe('');
expect(stderr).toEqual(`error: option '-n, --dry-run' cannot be used with option '-h, --skip-hash'`);
expect(stderr).toEqual(`error: option '-n, --dry-run' cannot be used with option '--skip-hash'`);
expect(exitCode).not.toBe(0);
const assets = await getAssetStatistics({}, { headers: asKeyAuth(key) });