From: Sam Park Date: Wed, 21 Nov 2018 04:26:05 +0000 (-0800) Subject: Tweak desc for --sql to ref offline mode X-Git-Tag: rel_1_0_4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2d2577e929113a6ebd6934209094aebb2e4f84;p=thirdparty%2Fsqlalchemy%2Falembic.git Tweak desc for --sql to ref offline mode For the longest time I thought `upgrade --sql head` just outputs the raw SQL for the upgrade (as opposed to dumping the entire history in SQL). Maybe this will help the naive like me? --- diff --git a/alembic/config.py b/alembic/config.py index 308f2663..5856099a 100644 --- a/alembic/config.py +++ b/alembic/config.py @@ -311,7 +311,8 @@ class CommandLine(object): dict( action="store_true", help="Don't emit SQL to database - dump to " - "standard output/file instead" + "standard output/file instead. See docs on " + "offline mode." ) ), 'tag': (