From 40fcb25221b719d12295e90014fdbb8e93380981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Wed, 16 Feb 2022 08:15:30 +0100 Subject: [PATCH] fish plugin: Split long line --- beetsplug/fish.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beetsplug/fish.py b/beetsplug/fish.py index d0bedbedf..a578c7397 100644 --- a/beetsplug/fish.py +++ b/beetsplug/fish.py @@ -85,7 +85,8 @@ class FishPlugin(BeetsPlugin): '-o', '--output', default=None, - help='save the script to a specific file, by default it will be saved to ~/.config/fish/completions') + help='save the script to a specific file, by default it will be' + 'saved to ~/.config/fish/completions') return [cmd] def run(self, lib, opts, args):