lib/origen/commands/new.rb in origen-0.52.2 vs lib/origen/commands/new.rb in origen-0.52.3
- old
+ new
@@ -19,10 +19,10 @@
By default this will always run the latest and greatest production release of the application
generators regardless of the base Origen version that this command is being launched from.
See the website for more details:
-http://origen-sdk.org/origen_app_generators
+https://origen-sdk.org/origen_app_generators
Usage: origen new [APP_NAME] [options]
END
opts.on('-d', '--debugger', 'Enable the debugger') { options[:debugger] = true }
opts.on('-f', '--fetch', 'Fetch the latest versions of the app generators, otherwise happens every 24hrs') { options[:fetch] = true }