From 094725cad0a84ae74d6a0a7613ea5b9316f32685 Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 20 Apr 2022 00:31:30 -0400 Subject: [PATCH] Remove --strip option --- bin/flac2pod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/flac2pod b/bin/flac2pod index 8171d54..f7458d1 100755 --- a/bin/flac2pod +++ b/bin/flac2pod @@ -118,10 +118,8 @@ if __name__ == "__main__": 'and albums') parser.add_argument('destination_dir', nargs='+', help='destination parent directory for output - will be created if it does not already exist') - parser.add_argument('-s', '--strip', action='store_true', - help='strip all TXXX, APIC, and covr tags from the output files') parser.add_argument('-b', '--bake', action='store_true', - help='bake (encode) ReplayGain values into the file instead of using SoundCheck tags') + help='bake (encode) ReplayGain values into the file') parser.add_argument('--albumgain', action='store_true', help='read ReplayGain album gain instead of ReplayGain track gain') args = parser.parse_args()