File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ def make_arguments_parser():
205
205
SHA1 HEX-Digest 11 Chars Hash on Filenames is used for Server Cache.
206
206
CSS Properties are Alpha-Sorted, to help spot cloned ones, Selectors not.
207
207
Watch works for whole folders, with minimum of ~60 Secs between runs.""" )
208
- parser .add_argument ('--version' , action = 'version' , version = __version__ )
208
+ parser .add_argument ('--version' , action = 'version' , version = __init__ . __version__ )
209
209
parser .add_argument ('fullpath' , metavar = 'fullpath' , type = str ,
210
210
help = 'Full path to local file or folder.' )
211
211
parser .add_argument ('--wrap' , action = 'store_true' ,
@@ -252,7 +252,6 @@ def main():
252
252
"""Main Loop."""
253
253
args = make_arguments_parser ()
254
254
log .disable (log .CRITICAL ) if args .quiet else log .debug ("Max Logging ON" )
255
- log .info (__doc__ + __version__ )
256
255
check_folder (os .path .dirname (args .fullpath ))
257
256
atexit .register (beep ) if args .beep else log .debug ("Beep sound at exit OFF" )
258
257
if os .path .isfile (args .fullpath ) and args .fullpath .endswith (".css" ):
You can’t perform that action at this time.
0 commit comments