[ 
https://issues.apache.org/jira/browse/FELIX-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Filippo Diotalevi resolved FELIX-1653.
--------------------------------------

    Resolution: Fixed

Sending        
shell/src/main/java/org/apache/felix/shell/impl/SystemPropertiesCommandImpl.java
Adding         
shell/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java
Transmitting file data ..
Committed revision 819790.

> [Shell] The new sysprop command does not allow to delete a system property
> --------------------------------------------------------------------------
>
>                 Key: FELIX-1653
>                 URL: https://issues.apache.org/jira/browse/FELIX-1653
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: shell-1.4.0
>            Reporter: Filippo Diotalevi
>            Assignee: Filippo Diotalevi
>            Priority: Minor
>             Fix For: shell-1.6.0
>
>
> The sysprop command currently in the trunk allows to display, set and modify 
> system properties, but not to delete them.
> The proposal is to add an additional flag   -r   to specify that a property 
> must be deleted. The new usage would be:
> sysprop                 -> displays all the system properties
> sysprop [key]           -> displays the [key] property 
> sysprop -r [key]           -> remove the [key] property 
> sysprop [key] [value]   -> set the property [key] to [value]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to