Home
last modified time | relevance | path

Searched refs:ShowAssemblyInfo (Results 1 – 2 of 2) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/App/
H A DAppDefs.cs215 public static readonly string ShowAssemblyInfo = "showasminfo"; field in KeePass.App.AppDefs.CommandLineOptions
/dports/security/keepass/KeePass-2.49-Source/KeePass/
H A DProgram.cs431 if(m_cmdLineArgs[AppDefs.CommandLineOptions.ShowAssemblyInfo] != null) in MainPriv()